Package-level declarations

Types

Link copied to clipboard
A class that configures and is able to provide an Animator that fades a view.
Link copied to clipboard
A class that configures and is able to provide an Animator that fades out or in a view.
Link copied to clipboard
A Visibilityandroidx.transition.Transition that does nothing to the target views, which can be useful for preserving a scene on screen during a Fragment transition.
Link copied to clipboard
A Material PathMotion that results in a more dramatic curve than .
Link copied to clipboard
A shared element Transition that transforms one container to another.
Link copied to clipboard
class MaterialElevationScale : MaterialVisibility<P>
A androidx.transition.Visibility transition that scales the size of a surface up or down to emphasize elevation changes.
Link copied to clipboard
class MaterialFade : MaterialVisibility<P>
A androidx.transition.Visibility transition that is composed of a fade and scale of incoming content and a simple fade of outgoing content.
Link copied to clipboard
class MaterialFadeThrough : MaterialVisibility<P>
A androidx.transition.Visibility transition that, by default, provides a fade in and scale out when appearing and a fade out and scale out when disappearing.
Link copied to clipboard
class MaterialSharedAxis : MaterialVisibility<P>
A androidx.transition.Visibility transition that provides shared motion along an axis.
Link copied to clipboard
A class that configures and is able to provide an Animator that scales a view.
Link copied to clipboard
A class that can configure and create an Animator that slides a view vertically or horizontally slide over a specific distance.
Link copied to clipboard
An interface which is able to provide an Animator to be supplied to a transition when a target view is appearing or disappearing.